home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 576-600 / contents_588 < prev    next >
Text File  |  1992-05-06  |  2KB  |  41 lines

  1. This is disk 588 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. FifoLib        FIFO: is like PIPE: but is based on fifo.library rather
  6.         than its own implementation.  Fifo.library is a general
  7.         fifo library implementation that supports named fifos,
  8.         writing to a fifo from a hardware exception, multiple
  9.         readers on a fifo with each getting the same data stream,
  10.         efficient reading, and automatic or manual flow control.
  11.         Programs that require non-blocking IO can access one side
  12.         of a FIFO: connection via the fifo.library instead of the
  13.         FIFO: device.  Version 3.4, an update to version 3.1 on disk
  14.         519.  Includes some source.
  15.         Author:  Matt Dillon
  16.  
  17. FracBlank    A commodities screen blanker written for AmigaOS release
  18.         2.x.  When running will blank the screen and start to draw
  19.         real plane fractals such as described in the September 1986
  20.         issue of Scientific American.  The resulting images may
  21.         remind you of spiders' webs, lace or even the Chladnian
  22.         patterns formed by grains of sand strewn across a vibrating
  23.         surface.  This is version 1.8, an update to version 1.4 on
  24.         disk 535, and includes numerous bug fixes and enhancements
  25.         (such as multicolor mode).  Includes source in `C' and
  26.         assembly language.
  27.         Author:     Olaf `Olsen' Barthel
  28.  
  29. MandelSquare    Yet another program to generate images from the Mandelbrot
  30.         set, different from most implementations in that it runs
  31.         only under AmigaOS 2.x, requires an '020/'030/'040 CPU and a
  32.         numerical coprocessor.  The calculation routines were
  33.         written in '881 assembly language for maximum speed and
  34.         precision.  Also included is a `movie mode' which allows
  35.         generation of long camera zooms to spots in the Mandelbrot
  36.         set.  The resulting animations can be saved in ANIM-opt-5
  37.         format, allowing to replay them using `MandelSquare' or
  38.         standard animation software.  Version 1.3, includes source
  39.         in `C' and assembly language.
  40.         Author:     Olaf `Olsen' Barthel
  41.